home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Super Stacks! / Macworld CD.iso / Stack Catalogs / maxStax+™ Catalog / Business .maxstax+ / card_20075.txt < prev    next >
Text File  |  1990-04-03  |  978b  |  49 lines

  1. -- card: 20075 from stack: in.maxstax+
  2. -- bmap block id: 23849
  3. -- flags: 0000
  4. -- background id: 19964
  5. -- name: N5075
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 8001
  11. -- rect: left=328 top=319 right=334 bottom=351
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 256
  18. -- line height: 12
  19. -- part name: 1|4
  20.  
  21.  
  22. -- part 4 (button)
  23. -- low flags: 00
  24. -- high flags: A002
  25. -- rect: left=413 top=195 right=247 bottom=500
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Demo
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual barn door open
  37.   push cd
  38.   dial "1 2 3 4 5 6 7"
  39.   repeat with x = 2 to number of cds of this bg
  40.     set cursor to none
  41.     visual wipe down
  42.     go next
  43.     wait 4 secs
  44.   end repeat
  45.   visual barn door close
  46.   pop cd
  47. end mouseUp
  48.  
  49.